This is a demo build of my Achievement system v1.0.

In the input field answers file you'll find what to fill in for the integer and float values to unlock those achievements.
Once an achievement has been unlocked, the game will auto-save this data to the save file. You'll find this save file at:

C:\Users\*YOUR USER FOLDER*\AppData\LocalLow\UnityDev\Achievement System\Test

Other method on getting to the folder is opening the explorer, pressing your folder path, delete it and type in "%appdata% and hit enter.
You'll end up here:

C:\Users\*YOUR USER FOLDER\AppData\Roaming

Just press the name AppData in your folder path, and then you continue to go to the path mentioned at the top.

You can open the save file with notepad, and you'll see a section for total achievements data with keys and values and total collectables data with
keys and values.
All you have to do is edit their values section to either true or false, save it and then press load inside the game to see the results.

IMPORTANT!!!
If one of the values had a , behind it, make sure you'll do this as well!! Otherwise, it will use the back-up file as a recovery, and you won't
see the changes you've made!!

